[INFO] cloning repository https://github.com/NickReardon/cryptopals
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NickReardon/cryptopals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickReardon%2Fcryptopals", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickReardon%2Fcryptopals'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 909a7ca4780baffe5ed9afbdfa009221b90295e6
[INFO] testing NickReardon/cryptopals against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickReardon%2Fcryptopals" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NickReardon/cryptopals
[INFO] finished tweaking git repo https://github.com/NickReardon/cryptopals
[INFO] tweaked toml for git repo https://github.com/NickReardon/cryptopals written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NickReardon/cryptopals on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NickReardon/cryptopals already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cipher v0.3.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.108
[INFO] [stderr]   Downloaded cc v1.2.22
[INFO] [stderr]   Downloaded aes v0.7.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06dde7b9af9475a8731d5fb3ec8059c5527a2dfb311e93463a3f398821e60903
[INFO] running `Command { std: "docker" "start" "-a" "06dde7b9af9475a8731d5fb3ec8059c5527a2dfb311e93463a3f398821e60903", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06dde7b9af9475a8731d5fb3ec8059c5527a2dfb311e93463a3f398821e60903", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06dde7b9af9475a8731d5fb3ec8059c5527a2dfb311e93463a3f398821e60903", kill_on_drop: false }`
[INFO] [stdout] 06dde7b9af9475a8731d5fb3ec8059c5527a2dfb311e93463a3f398821e60903
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa236aa17ad75c0c09ec5bcfcd319c9436c2b09f61bc76fa67fae30c302a9ca4
[INFO] running `Command { std: "docker" "start" "-a" "fa236aa17ad75c0c09ec5bcfcd319c9436c2b09f61bc76fa67fae30c302a9ca4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling cryptopals v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
[INFO] running `Command { std: "docker" "inspect" "fa236aa17ad75c0c09ec5bcfcd319c9436c2b09f61bc76fa67fae30c302a9ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa236aa17ad75c0c09ec5bcfcd319c9436c2b09f61bc76fa67fae30c302a9ca4", kill_on_drop: false }`
[INFO] [stdout] fa236aa17ad75c0c09ec5bcfcd319c9436c2b09f61bc76fa67fae30c302a9ca4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1574ba35c022efa4d68f025436c33b9cede1fe1e4a51d57305eb06115f7a2b9a
[INFO] running `Command { std: "docker" "start" "-a" "1574ba35c022efa4d68f025436c33b9cede1fe1e4a51d57305eb06115f7a2b9a", kill_on_drop: false }`
[INFO] [stderr]    Compiling cryptopals v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "1574ba35c022efa4d68f025436c33b9cede1fe1e4a51d57305eb06115f7a2b9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1574ba35c022efa4d68f025436c33b9cede1fe1e4a51d57305eb06115f7a2b9a", kill_on_drop: false }`
[INFO] [stdout] 1574ba35c022efa4d68f025436c33b9cede1fe1e4a51d57305eb06115f7a2b9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2db7e87ace316d01c0adeccfa7b29bc3a280f61e29621ef8231e797ee11f460b
[INFO] running `Command { std: "docker" "start" "-a" "2db7e87ace316d01c0adeccfa7b29bc3a280f61e29621ef8231e797ee11f460b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cryptopals-3a44b4558f279c93)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-47104e430426e5ee)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cryptopals
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/set_1.rs - set_1::aes_in_ecb_mode (line 229) ... ignored
[INFO] [stdout] test src/set_1.rs - set_1::break_repeating_key_xor (line 183) ... ignored
[INFO] [stdout] test src/set_1.rs - set_1::detect_aes_in_ecb_mode (line 269) ... ignored
[INFO] [stdout] test src/set_1.rs - set_1::detect_single_character_xor (line 111) ... ignored
[INFO] [stdout] test src/set_2.rs - set_2::aes_cbc_decrypt (line 151) ... ignored
[INFO] [stdout] test src/set_2.rs - set_2::aes_cbc_decrypt_from_file (line 236) ... ignored
[INFO] [stdout] test src/set_2.rs - set_2::aes_cbc_encrypt (line 87) ... ignored
[INFO] [stdout] test src/set_2.rs - set_2::aes_cbc_encrypt_from_file (line 214) ... ignored
[INFO] [stdout] test src/set_2.rs - set_2::discover_block_size (line 341) ... ignored
[INFO] [stdout] test src/set_1.rs - set_1::single_byte_xor_cipher (line 79) ... FAILED
[INFO] [stdout] test src/set_1.rs - set_1::repeating_key_xor (line 151) ... FAILED
[INFO] [stdout] test src/set_2.rs - set_2::pkcs7_padding (line 24) ... FAILED
[INFO] [stdout] test src/set_1.rs - set_1::fixed_xor (line 55) ... FAILED
[INFO] [stdout] test src/set_2.rs - set_2::pkcs7_unpad (line 42) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/set_1.rs - set_1::hex_to_base64 (line 17) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/set_1.rs - set_1::single_byte_xor_cipher (line 79) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `single_byte_xor_cipher` in this scope
[INFO] [stdout]   --> src/set_1.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 | let (k, txt) = single_byte_xor_cipher("1b3737...");
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 79 + use cryptopals::set_1::single_byte_xor_cipher;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/set_1.rs - set_1::repeating_key_xor (line 151) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `repeating_key_xor` in this scope
[INFO] [stdout]    --> src/set_1.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 | let ct = repeating_key_xor("ICE", "HELLO");
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 151 + use cryptopals::set_1::repeating_key_xor;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/set_2.rs - set_2::pkcs7_padding (line 24) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `pkcs7_padding` in this scope
[INFO] [stdout]   --> src/set_2.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | let p = pkcs7_padding(b"YELLOW SUBMARINE", 20);
[INFO] [stdout]    |         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 24 + use cryptopals::set_2::pkcs7_padding;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/set_1.rs - set_1::fixed_xor (line 55) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `fixed_xor` in this scope
[INFO] [stdout]   --> src/set_1.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 | let out = fixed_xor("1c0111","686974");
[INFO] [stdout]    |           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 55 + use cryptopals::set_1::fixed_xor;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/set_2.rs - set_2::pkcs7_unpad (line 42) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `pkcs7_unpad` in this scope
[INFO] [stdout]   --> src/set_2.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | let v = pkcs7_unpad(b"ICE ICE BABY\x04\x04\x04\x04").unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 42 + use cryptopals::set_2::pkcs7_unpad;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/set_1.rs - set_1::hex_to_base64 (line 17) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `hex_to_base64` in this scope
[INFO] [stdout]   --> src/set_1.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | assert_eq!(hex_to_base64("4d616e"), "TWFu");
[INFO] [stdout]    |            ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 17 + use cryptopals::set_1::hex_to_base64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/set_1.rs - set_1::fixed_xor (line 55)
[INFO] [stdout]     src/set_1.rs - set_1::hex_to_base64 (line 17)
[INFO] [stdout]     src/set_1.rs - set_1::repeating_key_xor (line 151)
[INFO] [stdout]     src/set_1.rs - set_1::single_byte_xor_cipher (line 79)
[INFO] [stdout]     src/set_2.rs - set_2::pkcs7_padding (line 24)
[INFO] [stdout]     src/set_2.rs - set_2::pkcs7_unpad (line 42)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.51s; merged doctests compilation took 0.11s
[INFO] running `Command { std: "docker" "inspect" "2db7e87ace316d01c0adeccfa7b29bc3a280f61e29621ef8231e797ee11f460b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2db7e87ace316d01c0adeccfa7b29bc3a280f61e29621ef8231e797ee11f460b", kill_on_drop: false }`
[INFO] [stdout] 2db7e87ace316d01c0adeccfa7b29bc3a280f61e29621ef8231e797ee11f460b
